[PATCH] cmd/dist: increase default timeout scale for arm
authorBalint Reczey <balint.reczey@canonical.com>
Mon, 31 Aug 2020 11:14:51 +0000 (13:14 +0200)
committerAnthony Fok <foka@debian.org>
Sun, 15 Aug 2021 22:44:15 +0000 (23:44 +0100)
commit08f60d79df8185db5c43ac85e5f024df1d2f5548
treefb4a0682ea6b64ec6fedb082a624bda55c648c85
parent4e3b5ccfa02504d538852fbc589c43c361986d5b
[PATCH] cmd/dist: increase default timeout scale for arm

Forwarded: https://github.com/golang/go/issues/43002

Most developers use (faster) amd64 machines setting the test timeouts,
but test may run on slower arm ones and also different tests may suffer
different relative slowdown on the arm CPUs.

Due to those two varying factors it is safer to allow a higher timeout
scale on arm to avoid tests timing out.

Gbp-Pq: Name 0005-cmd-dist-increase-default-timeout-scale-for-arm.patch
src/cmd/dist/test.go